Package com.cisco.pt.ipc.sim.pdu
Interface BgpAttribute
- All Known Subinterfaces:
BgpAttribASPath,BgpAttribAtomicAgg,BgpAttribLocalPref,BgpAttribMed,BgpAttribNextHop,BgpAttribOrigin
- All Known Implementing Classes:
BgpAttribASPathImpl,BgpAttribAtomicAggImpl,BgpAttribLocalPrefImpl,BgpAttribMedImpl,BgpAttribNextHopImpl,BgpAttribOriginImpl,BgpAttributeImpl
-
Method Summary
Methods inherited from interface com.cisco.pt.ipc.sim.pdu.Signal
encodeTypeAndPayload, getFieldValue, getOrderedFieldNames, pduRead
-
Method Details
-
getFlags
Byte getFlags()- Returns:
- Byte Returns a Byte
-
setFlags
- Parameters:
flags- Takes in a parameter of flags
-
getType
Byte getType()- Returns:
- Byte Returns a Byte
-
setType
- Parameters:
type- Takes in a parameter of type
-
getLength
Byte getLength()- Returns:
- Byte Returns a Byte
-
setLength
- Parameters:
length- Takes in a parameter of length
-